FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package tw.cathay.fhir.iclaim#0.1.2 (750 ms)

Package tw.cathay.fhir.iclaim
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://claim.cgh.org.tw/iclaim/https://simplifier.net/resolve?scope=tw.cathay.fhir.iclaim@0.1.2&canonical=https://claim.cgh.org.tw/iclaim/CapabilityStatement/CapabilityStatementiClaimServer
Url https://claim.cgh.org.tw/iclaim/CapabilityStatement/CapabilityStatementiClaimServer
Version 0.1.2
Status active
Date 2023-08-31
Name CapabilityStatementiClaimServer
Title 醫療保險理賠-伺服端
Experimental False
Realm tw
Description 醫療保險理賠-伺服端(Server)之能力聲明
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
tw.cathay.fhir.iclaim 醫療保險理賠實作指引
https://claim.cgh.org.tw/iclaim/SearchParameter/Bundle-identifier Bundleidentifier
https://claim.cgh.org.tw/iclaim/SearchParameter/Composition-entry CompositionEntry
https://claim.cgh.org.tw/iclaim/SearchParameter/Composition-patient CompositionPatient
https://claim.cgh.org.tw/iclaim/SearchParameter/Encounter-identifier EncounterIdentifier
https://claim.cgh.org.tw/iclaim/SearchParameter/Patient-identifier PatientIdentifier
https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore TW Core Organization Hospital Department
https://claim.cgh.org.tw/iclaim/StructureDefinition/bundle-iclaim Bundle iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/claim-iclaim Claim iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/composition-iclaim Composition iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/condition-iclaim Condition iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/coverage-iclaim Coverage iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/diagnosticreport-iclaim DiagnosticReport iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/encounter-iclaim Encounter iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/observation-iclaim Observation iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/patient-iclaim Patient iClaim
https://claim.cgh.org.tw/iclaim/StructureDefinition/practitioner-iclaim Practitioner iClaim


Narrative

Note: links and images are rebased to the (stated) source

  • 實作指引版本:0.1.0
  • FHIR版本:4.0.1
  • 發佈日:2023-08-31
  • 發佈者:國泰金控

Server的FHIR RESTful功能要求

  • 醫療保險理賠-伺服端 必須(SHALL)
    1. 可透過FHIR RESTful API查詢的Resources
    2. 根據FHIR規範實作RESTful
    3. HTTP回傳狀態碼
      • (Status 400):無效參數(invalid parameter)
      • (Status 401/4xx):未經授權的請求(unauthorized request)
      • (Status 403):未充分授權的資料存取範圍(insufficient premission scope)
      • (Status 404):未知的resource(unknown resource)
    4. Server提供的API操作皆支援JSON格式
    5. Server提供的API操作皆支援XML格式
    6. 可識別每個新增到Server的實例(instance)之 meta.profile是否為iClaim Profiles Defining URL,並確認實例是否依循profile製作。【註:實例是指依據profile實作,將真實資料以JSON、XML或Turtle格式存放的檔案】
    7. 支援每個profile的查詢參數
    8. 使用醫療保險理賠-伺服端能力聲明中的查詢參數,支援讀取和查詢一個或多個Profile(s)。
  • 安全性
    1. Server必須(SHALL)透過回傳 HTTP 401「未授權」, HTTP 403「禁止」,或 HTTP 404 「未找到」,來拒絕任何未經授權的請求

Resources或Profiles的RESTful功能

Bundle

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 理賠用收據-診斷證明-檢驗紀錄(Bundle iClaim)
  • 支援的參照政策(Reference policy)resolves,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdatereadvread
  • 查詢參數摘要
  • 符合性(Conformance)參數類型範例
    必須(SHALL)_idtokenGET [base]/Bundle?_id=[id],
    GET [base]/Bundle/[id]
    必須(SHALL)identifiertokenGET [base]/Bundle?identifier=[identifier]

Composition

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 理賠用收據-診斷證明-檢驗紀錄(Composition iClaim)
  • 支援的參照政策(Reference policy)resolves,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdatereadvread
  • 查詢參數摘要
  • 符合性(Conformance)參數類型範例
    必須(SHALL)_idtokenGET [base]/Composition?_id=[id],
    GET [base]/Composition/[id]
    必須(SHALL)patientreferenceGET [base]/Composition?patient=[patient],
    實作請參考Composition-Notes
    必須(SHALL)entryreferenceGET [base]/Composition?entry=[encounter],
    實作請參考Composition-Notes

Claim

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 理賠申請書(Claim iClaim)
  • 支援的參照政策(Reference policy)resolves,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdate

Patient

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 病人資料(Patient iClaim)
  • 支援的參照政策(Reference policy)resolves,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdate
  • 查詢參數摘要
  • 符合性(Conformance)參數類型範例
    必須(SHALL)identifiertokenGET [base]/Patient?identifier=[identifier],
    實作請參考Composition-Notes

Organization

Coverage

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 保險(Coverage iClaim)
  • 支援的參照政策(Reference policy)resolves,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdate

Condition

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 病情、問題或診斷(Condition iClaim)
  • 支援的參照政策(Reference policy)resolves,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdate

DiagnosticReport

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 診斷報告(DiagnosticReport iClaim)
  • 支援的參照政策(Reference policy)resolves,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdate

Observation

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 檢驗檢查(Observation iClaim)
  • 支援的參照政策(Reference policy)resolves,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdate

Practitioner

Encounter

  • 預期的符合性(Conformance Expectation): 必須(SHALL)
  • Profiles: 就醫事件(Encounter iClaim)
  • 支援的參照政策(Reference policy)resolves,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 logical)。
  • Profile
    • 必須(SHALL)支援 createupdate
  • 查詢參數摘要
  • 符合性(Conformance)參數類型範例
    必須(SHALL)identifiertokenGET [base]/Encounter?identifier=[identifier],
    實作請參考Composition-Notes

Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "CapabilityStatementiClaimServer",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>實作指引版本:0.1.0</li><li>FHIR版本:4.0.1</li><li>發佈日:2023-08-31</li><li>發佈者:國泰金控</li></ul><h3 id=\"behavior\">Serverçš„FHIR RESTful功能要求</h3><ul><li>醫療保險理賠-伺服端 <strong>å¿…é ˆ(SHALL)</strong></li><ol><li>可透過FHIR RESTful API查詢的Resources</li><li>根據FHIR規範實作RESTful</li><li>HTTP回傳狀態碼<ul><li>(Status 400):無效參數(invalid parameter)</li><li>(Status 401/4xx):未經授權的請求(unauthorized request)</li><li>(Status 403):未充分授權的資料存取範圍(insufficient premission scope)</li><li>(Status 404):未知的resource(unknown resource)</li></ul></li><li>Server提供的API操作皆支援JSON格式</li><li>Server提供的API操作皆支援XML格式</li><li>可識別每個新增到Server的實例(instance)之 <code>meta.profile</code>是否為iClaim Profiles Defining URL,並確認實例是否依循profile製作。【註:實例是指依據profile實作,將真實資料以JSON、XML或Turtle格式存放的檔案】</li><li>支援每個profile的查詢參數</li><li>使用醫療保險理賠-伺服端能力聲明中的查詢參數,支援讀取和查詢一個或多個Profile(s)。</li></ol><li><strong>安全性</strong></li><ol><li>Server<strong>å¿…é ˆ(SHALL)</strong>透過回傳 <code>HTTP 401</code>「未授權」, <code>HTTP 403</code>「禁止」,或 <code>HTTP 404</code> 「未找到」,來拒絕任何未經授權的請求</li></ol></ul><h3 id=\"resource-details\" class=\"no_toc\">Resources或Profilesçš„RESTful功能</h3><ul><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、 <code>update</code>、<code>read</code>、<code>vread</code></li></ul><li><strong>共有十一類Resources支援查詢,查詢參數如表列:</strong></li><table class=\"grid\"><thead><tr><th>Resources型別</th><th>Profile</th><th>支援的Profiles</th><th>支援的查詢參數</th></tr></thead><tbody><tr><td><a href=\"#Bundle\">Bundle</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-bundle-iclaim.html\">理賠用收據-診斷證明-檢驗紀錄(Bundle iClaim)</a></td><td>-</td><td>_id, identifier</td></tr><tr><td><a href=\"#Composition\">Composition</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-composition-iclaim.html\">理賠用收據-診斷證明-檢驗紀錄(Composition iClaim)</a></td><td>-</td><td>_id, patient, entry</td></tr><tr><td><a href=\"#Claim\">Claim</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-claim-iclaim.html\">理賠申請書(Claim iClaim)</a></td><td>-</td><td>-</td></tr><tr><td><a href=\"#Patient\">Patient</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-patient-iclaim.html\">病人資料(Patient iClaim)</a></td><td>-</td><td>identifier</td></tr><tr><td><a href=\"#Organization\">Organization</a></td><td><a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.1.1/StructureDefinition-Organization-hosp-twcore.html\">臺灣核心-醫事機構(TW Core Organization Hospital Department)</a></td><td>-</td><td>-</td></tr><tr><td><a href=\"#Coverage\">Coverage</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-coverage-iclaim.html\">保險(Coverage iClaim)</a></td><td>-</td><td>-</td></tr><tr><td><a href=\"#Condition\">Condition</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-condition-iclaim.html\">病情、問題或診斷(Condition iClaim)</a></td><td>-</td><td>-</td></tr><tr><td><a href=\"#DiagnosticReport\">DiagnosticReport</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-diagnosticreport-iclaim.html\">診斷報告(DiagnosticReport iClaim)</a></td><td>-</td><td>-</td></tr><tr><td><a href=\"#Observation\">Observation</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-observation-iclaim.html\">檢驗檢查(Observation iClaim)</a></td><td>-</td><td>-</td></tr><tr><td><a href=\"#Practitioner\">Practitioner</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-practitioner-iclaim.html\">健康照護服務提供人員資料(Practitioner iClaim)</a></td><td>-</td><td>-</td></tr><tr><td><a href=\"#Encounter\">Encounter</a></td><td><a href=\"https://claim.cgh.org.tw/iclaim/StructureDefinition-encounter-iclaim.html\">就醫事件(Encounter iClaim)</a></td><td>-</td><td>identifier</td></tr></tbody></table></ul><h4 id=\"Bundle\" class=\"no_toc\">Bundle</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-bundle-iclaim.html\">理賠用收據-診斷證明-檢驗紀錄(Bundle iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code>、 <code>read</code>、 <code>vread</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>é¡žåž‹</th><th>範例</th></tr></thead><tbody><tr><td><strong>å¿…é ˆ(SHALL)</strong></td><td><a href=\"SearchParameter-Bundle-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Bundle?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Bundle/[id]</code></td></tr><tr><td><strong>å¿…é ˆ(SHALL)</strong></td><td><a href=\"SearchParameter-Bundle-identifier.html\">identifier</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Bundle?identifier=[identifier]</code></td></tr></tbody></table></ul><h4 id=\"Composition\" class=\"no_toc\">Composition</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-composition-iclaim.html\">理賠用收據-診斷證明-檢驗紀錄(Composition iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code>、 <code>read</code>、 <code>vread</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>é¡žåž‹</th><th>範例</th></tr></thead><tbody><tr><td><strong>å¿…é ˆ(SHALL)</strong></td><td><a href=\"SearchParameter-Composition-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Composition?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Composition/[id]</code></td></tr><tr><td><strong>å¿…é ˆ(SHALL)</strong></td><td><a href=\"SearchParameter-Composition-patient.html\">patient</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Composition?patient=[patient]</code>,<br/>實作請參考<a href=\"StructureDefinition-composition-iclaim.html#notes\">Composition-Notes</a></td></tr><tr><td><strong>å¿…é ˆ(SHALL)</strong></td><td><a href=\"SearchParameter-Composition-entry.html\">entry</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Composition?entry=[encounter]</code>,<br/>實作請參考<a href=\"StructureDefinition-composition-iclaim.html#notes\">Composition-Notes</a></td></tr></tbody></table></ul><h4 id=\"Claim\" class=\"no_toc\">Claim</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-claim-iclaim.html\">理賠申請書(Claim iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul></ul><h4 id=\"Patient\" class=\"no_toc\">Patient</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-patient-iclaim.html\">病人資料(Patient iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>é¡žåž‹</th><th>範例</th></tr></thead><tbody><tr><td><strong>å¿…é ˆ(SHALL)</strong></td><td><a href=\"SearchParameter-Patient-identifier.html\">identifier</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?identifier=[identifier]</code>,<br/>實作請參考<a href=\"StructureDefinition-composition-iclaim.html#notes\">Composition-Notes</a></td></tr></tbody></table></ul><h4 id=\"Organization\" class=\"no_toc\">Organization</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.1.1/StructureDefinition-Organization-hosp-twcore.html\">臺灣核心-醫事機構(TW Core Organization Hospital Department)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul></ul><h4 id=\"Coverage\" class=\"no_toc\">Coverage</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-coverage-iclaim.html\">保險(Coverage iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul></ul><h4 id=\"Condition\" class=\"no_toc\">Condition</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-condition-iclaim.html\">病情、問題或診斷(Condition iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul></ul><h4 id=\"DiagnosticReport\" class=\"no_toc\">DiagnosticReport</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-diagnosticreport-iclaim.html\">診斷報告(DiagnosticReport iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul></ul><h4 id=\"Observation\" class=\"no_toc\">Observation</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-observation-iclaim.html\">檢驗檢查(Observation iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul></ul><h4 id=\"Practitioner\" class=\"no_toc\">Practitioner</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-practitioner-iclaim.html\">健康照護服務提供人員基本資料(Practitioner iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul></ul><h4 id=\"Encounter\" class=\"no_toc\">Encounter</h4><ul><li>預期的符合性(Conformance Expectation): <strong>å¿…é ˆ(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-encounter-iclaim.html\">就醫事件(Encounter iClaim)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>å¿…é ˆ(SHALL)</strong>支援 <code>create</code>、<code>update</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>é¡žåž‹</th><th>範例</th></tr></thead><tbody><tr><td><strong>å¿…é ˆ(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-identifier.html\">identifier</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?identifier=[identifier]</code>,<br/>實作請參考<a href=\"StructureDefinition-composition-iclaim.html#notes\">Composition-Notes</a></td></tr></tbody></table></ul></div>"
  },
  "url" : "https://claim.cgh.org.tw/iclaim/CapabilityStatement/CapabilityStatementiClaimServer",
  "version" : "0.1.2",
  "name" : "CapabilityStatementiClaimServer",
  "title" : "醫療保險理賠-伺服端",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-08-31",
  "publisher" : "國泰金控",
  "contact" : [
    {
      "name" : "國泰金控",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cathayholdings.com/holdings/"
        }
      ]
    }
  ],
  "description" : "醫療保險理賠-伺服端(Server)之能力聲明",
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "xml",
    "json"
  ],
  "patchFormat" : [
    "application/json-patch+json"
  ],
  "implementationGuide" : [
    "https://claim.cgh.org.tw/iclaim/ImplementationGuide/tw.cathay.fhir.iclaim"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "使用醫療保險理賠-伺服端能力聲明中的查詢參數,支援新增、更新、讀取和查詢一個或多個Profile(s),必須 (SHALL)\n1. 可透過FHIR RESTful API查詢的Resources\n2. 根據FHIR規範實作RESTful\n3. HTTP回傳狀態碼\n - (Status 400):無效參數(invalid parameter)\n - (Status 401/4xx):未經授權的請求(unauthorized request)\n - (Status 403):未充分授權的資料存取範圍(insufficient premission scope)\n - (Status 404):未知的resource(unknown resource)\n4. Server提供的API操作皆支援JSON格式\n5. Server提供的API操作皆支援XML格式\n6. 可識別每個新增到Server的實例(instance)之 meta.profile是否為iClaim Profiles Defining URL,並確認實例是否依循profile製作。【註:實例是指依據profile實作,將真實資料以JSON、XML或Turtle格式存放的檔案】\n7. 支援每個profile的查詢參數\n安全性\n1. Serverå¿…é ˆ(SHALL)透過回傳 HTTP 401「未授權」, HTTP 403「禁止」,或 HTTP 404 「未找到」,來拒絕任何未經授權的請求",
      "resource" : [
        {
          "type" : "Bundle",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/bundle-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "Bundleidentifier",
              "definition" : "https://claim.cgh.org.tw/iclaim/SearchParameter/Bundle-identifier",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Composition",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/composition-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "patient",
              "definition" : "https://claim.cgh.org.tw/iclaim/SearchParameter/Composition-patient",
              "type" : "reference"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "entry",
              "definition" : "https://claim.cgh.org.tw/iclaim/SearchParameter/Composition-entry",
              "type" : "reference"
            }
          ]
        },
        {
          "type" : "Claim",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/claim-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Patient",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/patient-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "PatientIdentifier",
              "definition" : "https://claim.cgh.org.tw/iclaim/SearchParameter/Patient-identifier",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Organization",
          "profile" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Coverage",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/coverage-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Condition",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/condition-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "DiagnosticReport",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/diagnosticreport-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Observation",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/observation-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/practitioner-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Encounter",
          "profile" : "https://claim.cgh.org.tw/iclaim/StructureDefinition/encounter-iclaim",
          "_profile" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                "valueCode" : "SHALL"
              }
            ]
          },
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "EncounterIdentifier",
              "definition" : "https://claim.cgh.org.tw/iclaim/SearchParameter/Encounter-identifier",
              "type" : "token"
            }
          ]
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.